<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pc {
    display: block;
}

.phone {
    display: none;
}

@media (max-width: 767px) {
    .pc {
        display: none !important;
    }
    .phone {
        display: block !important;
    }
    .news_con p {
        font-size: 18px;
    }
    .news_con .col-3 {
        padding: 0;
    }
    .card_img {
        height: 150px;
    }
    .navbar {
        background: #fff url(../images/index/head_ph.jpg) no-repeat top;
        background-size: 100%;
        padding-bottom: 0;
    }
}</pre></body></html>